.banner{ overflow: hidden; max-height: 900px; }
.banner img{ max-width: 100%; }
.banner .swiper-pagination{text-align: center;width: 100%;position: absolute;bottom: 60px;left: 0;z-index: 99;}


/* More 查看更多 */
.more_01{}
.more_01 a{ display: block; width: 200px; height: 50px; line-height: 50px; color: #008cd6; font-size: 16px; border: 1px solid #008cd6; padding: 0 20px; position: relative; overflow: hidden;text-align: left; }
.more_01 a::before{ display: block; content: ''; width: 0; height: 0; border: 7px transparent solid; border-left-color: #FFFFFF; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); z-index: 3; }
.more_01 a span{ position: relative; z-index: 3; color: #008cd6; transition: 0.3s; }
.more_01 a i{ display: block; background-color: #008cd6; height: 50px; width: 100px; position: absolute; right: -40px; top: 0; transform: skewX(-25deg); z-index: 2; transition: all 0.5s; }
.more_01 a:hover{ color: #ffffff !important; }
.more_01 a:hover span{ color: #ffffff; }
.more_01 a:hover i{ transform: skewX(0deg); width: 300px; }
.more_01 a:hover span{ padding-left: 20px; }

.more_01.white a{ border: 1px solid #FFFFFF; color: #FFFFFF; }
.more_01.white a::before{ border-left-color: #008cd6; }
.more_01.white a span{ color: #FFFFFF; }
.more_01.white a i{ background-color: #FFFFFF; }
.more_01.white a:hover{ color: #008cd6 !important; }
.more_01.white a:hover span{ color: #008cd6; }
.more_01.white a:hover i{ transform: skewX(0deg); width: 300px; }
@media (max-width: 1240px) {
  .more_01 a{ height: 50px; line-height: 50px; font-size: 14px; width: 175px; }
  .more_01 a i{ height: 50px; }
  .more_01 a:hover span{ padding-left: 10px; }
}
@media (max-width: 980px) {
  .more_01 a{ height: 40px; line-height: 40px; font-size: 14px; width: 150px; padding: 0 15px; }
  .more_01 a::before{right: 15px;}
  .more_01 a i{ height: 40px; right: -50px; }
  .more_01 a:hover span{ padding-left: 10px; }
}


/* product */
.index-month{padding-top: 70px;}
.index-month-swiper{position: relative; margin-top: 70px; margin-bottom:70px;}
.index-month-swiper .swiper-pagination{ width: 100%; bottom: -50px;  }
.index-month-swiper .swiper-pagination-bullet { width: 60px; border-radius: 4px; margin: 0 3px; margin-bottom:-50px!important;}
.index-month-swiper .swiper-pagination-bullet-active{ background-color: #ff7700;}
.index-month-swiper .swiper-container{padding-bottom: 50px;}
.index-month-swiper .swiper-button-next,
.index-month-swiper .swiper-button-prev{ margin-top: -25px; background: none; width: 50px; height: 50px; border: 1px solid #333; border-radius: 50%;}
.index-month-swiper .swiper-button-next::after,
.index-month-swiper .swiper-button-prev::after{font-size: 18px; color: #333;}
.index-month-swiper .swiper-button-next{right: -80px;}
.index-month-swiper .swiper-button-prev{left: -80px;}

@media (max-width:1600px) {
	.index-month-swiper .swiper-button-next,
	.index-month-swiper .swiper-button-prev{display: none;}
}

@media (max-width: 768px) {
	.index-month-swiper .swiper-pagination-bullet {width: 30px; height: 4px; border-radius: 4px;}
}


.index-month-fenlei{  }
.index-month-fenlei ul{ align-items: stretch; justify-content: flex-start; margin: 0 auto; width: 100%; max-width: 1200px; }
.index-month-fenlei ul li{ width: 25%; padding: 0 10px; text-align: center; transition: all 0.3s; }
.index-month-fenlei ul li:hover{ transform: translateY(-15px); }
.index-month-fenlei ul li a{ display: block; }
.index-month-fenlei ul li i{ display: inline-block; width: 100px; }
.index-month-fenlei ul li i img{ width: 100%; }
.index-month-fenlei ul li span{ display: block; font-size: 22px; padding-top: 30px; font-weight:800}

.index-month-product-poster{width: 45%; padding: 90px 60px 0; height: 800px; text-align: center; border-radius: 25px; margin-right:3%}
.index-month-product-poster h3{ line-height: 1.4; font-size: 30px; color: #333; font-weight: normal;}
.index-month-product-poster h3 span{display: block;}
.index-month-product-poster a{ position: relative; align-items: center; justify-content: center; margin: 30px auto 0; }
.index-month-product-poster .img{  }
.index-month-product-poster .img a{ display: block; }
.index-month-product-poster .img img{ width: 100%; max-width: 500px; }
/*.index-month-product-poster a{ position: relative; align-items: center; justify-content: center; margin: 30px auto 0; width: 180px; line-height: 50px; font-size: 20px; border-radius: 66px; border: 1px solid #333;}*/
/*.index-month-product-poster a i {display: inline-block; margin: 0 9px 0 5px; width: 8px; height: 8px; border-top: 1px solid #333; border-right: 1px solid #333; transform: rotate(45deg);}*/


.index-month-product-lists{width: 50%;}
.index-month-product-lists ul li{width: 50%;}
.index-month-product-lists-item{ position: relative; display: block; width: 100%; height: 400px; padding: 50px; border: 0px solid #eee; overflow: hidden;}
.index-month-product-pic{ position: relative; height: 260px; justify-content: center; align-items: center;}
.index-month-product-pic>img{max-width: 100%; max-height: 100%;}
.index-month-product-pic span{ position: absolute; top: 0; left: 0; width: 16.66%;}
.index-month-product-pic span img{width: 100%;}
.index-month-product-title{ text-align: center; transition: .3s;}
.index-month-product-title h3{ margin-top: 10px; font-size: 20px; color: #333; font-weight: normal;}
.index-month-product-title p{ margin-top: 10px; line-height: 1.4; font-size: 16px; color: #666;}

.index-month-product-more{position: absolute; bottom: 0px; left: 0; width: 100%; padding: 15px 0; text-align: center; background-color: #fff; transform: translateY(60px); opacity: 0; transition: .3s;}
.index-month-product-more h3{ font-size: 20px; color: #333; font-weight: normal;}
.index-month-product-more span{ margin-top: 15px; display: inline-block; padding: 0 30px; line-height: 36px; background-color: #333; color: #fff; border-radius: 36px;}

@media (min-width:768px) {
    .index-month-product-lists-item:hover .index-month-product-title{ transform: translateY(30px); opacity: 0; visibility: hidden;}
    .index-month-product-lists-item:hover .index-month-product-more{transform: translateY(0); opacity: 1;}
}


@media (max-width:1500px) {
	.index-month-product-poster{ padding: 70px 40px 0; height: 700px; }
  .index-month-product-poster .img img{ max-width: 400px; }
	.index-month-product-lists-item{ height: 350px; padding: 30px; }
	.index-month-product-title h3{ margin-top: 15px; font-size: 18px; }
	.index-month-product-title p{ margin-top: 5px; font-size: 14px; }
	/*.index-month-product-more{ bottom: 0; width: 100%; padding: 15px 0; }*/
	/*.index-month-product-more h3{ font-size: 18px; color: #333;}*/
	/*.index-month-product-more span{ margin-top: 10px; padding: 0 20px; line-height: 32px; }*/
}

@media (max-width:1440px) {
	/*.index-month-product-poster a{ max-width: 160px; line-height: 50px; font-size: 16px; }*/
  .index-month-fenlei ul li i{width: 80px;}
  .index-month-fenlei ul li span{padding-top: 20px;}
  .index-month-swiper{margin-top: 50px;}
}

@media (max-width:1200px) {
  .index-month{ padding-top: 80px;}
	.index-month-product-poster{ padding: 50px 30px 0; height: 600px; }
	.index-month-product-poster h3{ font-size: 24px; }
  .index-month-product-poster .img img{ max-width: 350px; }
	.index-month-product-lists-item{ height: 300px; padding: 30px; }
	.index-month-product-pic{ height: 200px; }
  .index-month-fenlei ul li span{font-size: 16px;}
}

@media (max-width:1000px) {
   .index-month-fenlei ul li:hover{transform: none;}
	 .index-month-product-poster{ padding: 30px 15px 0; height: 500px; }
	 .index-month-product-poster h3{ font-size: 22px; }
   .index-month-product-poster .img img{ max-width: 300px; }
	 .index-month-product-lists-item{ height: 250px; padding: 15px; }
	 .index-month-product-pic{ height: 166px; }
	 .index-month-product-title h3{ margin-top: 15px; font-size: 16px; }
	 .index-month-product-title p{ margin-top: 5px; font-size: 12px; }
	 .index-month-product-more{ bottom: 0; width: 100%; padding: 15px 0; }
	 .index-month-product-more h3{ font-size: 16px; color: #333;}
	 .index-month-product-more span{ line-height: 30px; }
}

@media (max-width: 860px) {
	.index-month-swiper{ margin-top: 40px;}
	.index-month{padding-top: 60px;}
	.index-month-product-poster{ width: 100%; height: 500px; }
	.index-month-product-poster h3{ font-size: 22px; }
	.index-month-product-lists{width: 100%;}
	.index-month-product-lists-item{ height: 250px; padding: 15px; }
	.index-month-product-pic{ height: 166px; }
	.index-month-product-title h3{ margin-top: 15px; font-size: 16px;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.index-month-product-title p{ margin-top: 5px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.index-month-product-more{ bottom: 0; width: 100%; padding: 15px 0; }
	.index-month-product-more h3{ font-size: 16px; color: #333;}
	.index-month-product-more span{ line-height: 30px; }
}

@media (max-width:768px) {
  .index-month-fenlei ul li{padding: 0;}
  .index-month-fenlei ul li i{width: 60px;}
  .index-month-fenlei ul li span{font-size: 14px; padding-top: 10px;}
	.index-month-swiper{ margin-top: 30px;}
	.index-month{padding-top: 60px;}
	.index-month-product-poster{ width: 100%; padding: 30px 15px 0;/* height: 300px; */ height: auto; }
	/* .index-month-product-poster a{ max-width: 120px; line-height: 40px; font-size: 14px; } */
	.index-month-product-poster h3{font-size: 20px;}
	.index-month-product-poster h3 span{display: block;}
	.index-month-product-poster a{margin: 0 auto; margin-top: 15px;}
	
	.index-month-product-more span{margin-top: 5px;}
	.index-month-product-more h3{ padding: 0 10px; font-size: 14px; line-height: 1.4;}
}

@media (max-width:480px) {
  .index-month-fenlei ul li i{width: 45px;}
	.index-month-swiper{ margin-top: 30px;}
	.index-month{padding-top: 40px;}
	
	.index-month-product-poster h3{ font-size: 18px;}
	/*.index-month-product-poster a{ max-width: 100px; line-height: 35px; font-size: 12px; }*/
}




@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255,255,255, .5);
  }
  100% {
    background: 0 0;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255,255,255,.5);
  }
  100% {
    background: 0 0;
  }
}
/* about */
.i-brand{
  background:#f4f4f4;
  margin-top: 100px;
}
.i-brand .brand-swiper {
  position: relative;
  z-index: 1;
}
.i-brand .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-brand .left-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  height: 840px;
  padding: 3% 5% 3% calc(50vw - 720px);
  position: relative;
}
.i-brand .left-text .bg5 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-brand .left-text .bg7 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-brand .left-text .text {
  position: relative;
  z-index: 2;
}
.i-brand .left-text .text .tit2 {
  margin-bottom: 80px;
  font-size: 40px;
  color: #FFFFFF;
}
.i-brand .left-text .text .tit3 {
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 60px;
  color: #FFFFFF;
}
.i-brand .left-text .text .p {
  margin-bottom: 70px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
}
.i-brand .left-text .text .tab-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-brand .left-text .text .tab-li {
  width: 90px;
  margin-right: 30px;
  cursor: pointer;
}
.i-brand .left-text .text .tab-li .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.i-brand .left-text .text .tab-li .img .bg1, .i-brand .left-text .text .tab-li .img .bg2, .i-brand .left-text .text .tab-li .img .bg3, .i-brand .left-text .text .tab-li .img .bg4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.i-brand .left-text .text .tab-li .img .bg1, .i-brand .left-text .text .tab-li .img .bg2 {
  z-index: 1;
}
.i-brand .left-text .text .tab-li .img .bg3, .i-brand .left-text .text .tab-li .img .bg4 {
  z-index: 2;
}
.i-brand .left-text .text .tab-li .img .bg2 {
  opacity: 0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.i-brand .left-text .text .tab-li .img .bg4 {
  opacity: 0;
}
.i-brand .left-text .text .tab-li .p1 {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  color: #FFFFFF;
}
.i-brand .left-text .text .tab-li.cur .bg2, .i-brand .left-text .text .tab-li:hover .bg2 {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.i-brand .left-text .text .tab-li.cur .bg4, .i-brand .left-text .text .tab-li:hover .bg4 {
  opacity: 1;
}
.i-brand .left-text .text .tab-li.cur .bg1, .i-brand .left-text .text .tab-li.cur .bg3, .i-brand .left-text .text .tab-li:hover .bg1, .i-brand .left-text .text .tab-li:hover .bg3 {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
      -ms-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
}
.i-brand .right-contact {
  width: 50%;
  height: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column-reverse wrap;
      -ms-flex-flow: column-reverse wrap;
          flex-flow: column-reverse wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.i-brand .right-contact .video {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.i-brand .right-contact .video .bg6 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all .5s .2s;
          transition: all .5s .2s;
}
.i-brand .right-contact .video .anim {
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.i-brand .right-contact .video .anim:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.i-brand .right-contact .video .anim:before {
  position: relative;
  box-sizing: border-box;
  content: '';
  display: block;
  margin-top: 100%;
}
.i-brand .right-contact .video:hover .anim {
  -webkit-animation: anim-out 1s;
          animation: anim-out 1s;
}
.i-brand .right-contact .video:hover .anim:after {
  -webkit-animation: anim-out-pseudo 1s;
          animation: anim-out-pseudo 1s;
}
.i-brand .right-contact .video:hover .img1 {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.i-brand .right-contact .video .btn {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.i-brand .right-contact .text {
  width: 100%;
  height: 420px;
  background: #fff;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.i-brand .right-contact .text .tit2 {
  color: #222;
  font-size: 30px;
  margin-bottom: 25px;
}
.i-brand .right-contact .text .tit3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  line-height:30px;
}
.i-brand .right-contact .text .more {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00a041;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
}
.i-brand .tit4 {
  font-size: 20px;
  margin-bottom: 25px;
  color: #000000;
}
.i-brand .tit5 {
  max-width: 80%;
  max-height: 40px;
  margin: 0 auto .3rem;
}

@media (max-width: 1440px) {
  .i-brand .right-contact{height: 700px;}
  .i-brand .right-contact .text{height: 350px;}
  .i-brand .right-contact .video{height: 350px;}
  .i-brand .left-text {
    height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3% 5% 3% calc(50vw - 45%);
  }

  .i-brand .left-text .text .tit2 {
    margin-bottom: 50px;
    font-size: 32px;
  }

  .i-brand .left-text .text .tit3 {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 44px;
  }

  .i-brand .left-text .text .p {
    margin-bottom: 50px;
  }
  .i-brand .left-text .text .tab-li{ margin-right: 20px;}
}
@media (max-width: 1240px) {
  .i-brand{margin-top: 80px;}
  .i-brand .left-text{padding: 3% 4% 3% calc(50vw - 47%);height: 600px;}
  .i-brand .left-text .text .tit2{font-size: 26px;margin-bottom: 40px;}
  .i-brand .left-text .text .tit3{font-size: 20px;line-height: 36px;margin-bottom: 40px;}
  .i-brand .left-text .text .p{font-size: 14px;line-height: 24px;margin-bottom: 40px;}
  .i-brand .left-text .text .tab-li{width: 80px;margin-right: 15px;}
  .i-brand .left-text .text .tab-li .img{width: 60px;height: 60px;}
  .i-brand .left-text .text .tab-li .p1{font-size: 13px;}
  .i-brand .right-contact{height: 600px;}
  .i-brand .right-contact .video{height: 300px;}
  .i-brand .right-contact .text{height: 300px;}
  .i-brand .right-contact .text .tit2{font-size: 24px; margin-bottom: 15px;}
  .i-brand .right-contact .text .tit3{font-size: 14px; margin-bottom: 20px;}
}
@media (max-width: 960px) {
  .i-brand{margin-top: 60px;}
  .i-brand .left-text, .i-brand .right-contact {
    width: 100%;
  }

  .i-brand .right-contact {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
@media (max-width: 767px) {
  .i-brand .left-text {
    height: auto;
    padding: 30px 5% 0;
  }

  
  .i-brand .right-contact {
    height: auto;
  }

  .i-brand .left-text .text .tit2 {
    margin-bottom: 10px;text-align: center;font-size: 20px;
  }

  .i-brand .left-text .text .tit3 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .i-brand .left-text .text .p {
    margin-bottom: .4rem;
  }

  .i-brand {
    margin-top: 40px;
    padding: 40px 3%;
    overflow: hidden;
  }

  .i-brand .brand-swiper {
    overflow: hidden;
  }

  .i-brand .left-text .text {
    width: 100%;
  }

  .i-brand .right-contact .video {
    height: 180px;
    border-radius: 8px;
  }

  .i-brand .left-text .text .tit3 {
    font-size: 14px;
    text-align: center;
  }

  .m-ul {
    width: 100%;
    text-align: center;
    margin: .2rem 0 .6rem;
  }
  .m-ul span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    margin: 0 .1rem;
    opacity: .3;
    display: inline-block;
  }
  .m-ul span.cur {
    opacity: 1;
  }

  .i-brand .right-contact .text {
    height: auto;
    padding: 35px 3%;
  }

  .i-brand .right-contact .text .tit2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .i-brand .right-contact .text .tit3 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .i-brand .right-contact .text .more {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: .24rem;
  }

  .i-brand .right-contact .video .btn {
    width: 45px;
    height: 45px;
  }

  .i-news .newsbox {
    width: 100%;
  }
}



/* service */
.i_youshi{ margin-top: 150px; }
.i_youshi .ys_cont{ position: relative; overflow: hidden; border-radius: 30px; }
.i_youshi .ys_cont img{ max-width: 100%; }
.i_youshi .ys_cont .text{ position: absolute; left: 0; top: 0; width: 100%; padding: 70px 100px; color: #FFFFFF;}
.i_youshi .ys_cont .text h3{ font-weight: normal; font-size: 42px; line-height: 42px; margin-bottom: 20px; position: relative; }
.i_youshi .ys_cont .text h3::after{ content: ""; display: block; width: 25px; height: 60px; background-color: #e4002b; transform: skewX(-30deg); position: absolute; left: 110px; bottom: 0; z-index: 1; }
.i_youshi .ys_cont .text h3 span{ display: block; position: relative;z-index: 2; }
.i_youshi .ys_cont .text p{font-size: 21px; text-transform: uppercase;}
@media (max-width: 1440px) {
  .i_youshi{margin-top: 110px;}
}
@media (max-width: 1240px) {
  .i_youshi .ys_cont .text h3{font-size: 36px; margin-bottom: 15px; line-height: 40px;}
  .i_youshi .ys_cont .text p{font-size: 18px;}
}
@media (max-width: 1024px) {
  .i_youshi{margin-top: 90px;}
  .i_youshi .ys_cont{border-radius: 20px;}
  .i_youshi .ys_cont .text{padding: 40px 50px;}
  .i_youshi .ys_cont .text h3{font-size: 30px; margin-bottom: 10px; line-height: 30px;}
  .i_youshi .ys_cont .text h3::after{height: 40px;left: 80px;}
  .i_youshi .ys_cont .text p{font-size: 15px;}
}
@media (max-width: 768px) {
  .i_youshi{margin-top: 60px;}
}
@media (max-width: 480px) {
  .i_youshi{margin-top: 40px;}
  .i_youshi .ys_cont{border-radius: 10px;}
  .i_youshi .ys_cont .text{padding: 20px 20px;}
  .i_youshi .ys_cont .text h3{font-size: 20px; margin-bottom: 5px; line-height: 20px;}
  .i_youshi .ys_cont .text h3::after{height: 30px; width: 20px; left: 50px;}
  .i_youshi .ys_cont .text p{font-size: 12px;}
}



.i5 {padding-top: 85px;padding-bottom: 160px;text-align: center;}

.i5 .itop {
    margin-top: 30px;
}

.i5 .itop .ilt {
    width: 48.6%;
    float: left;
}

.i5 .itop .ilt .img{border-radius: 20px 0 20px 0;}
.i5 .itop .ilt .img,
.i5 .itop .ilt .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.i5 .itop .ilt .img .itt {
    position: absolute;
    left: 50px;
    bottom: 40px;
    color: #333;
    font-size: 24px;
}

.i5 .itop .ilt .txt {
    height: 195px;
    padding: 35px;
    background: #f2f2f2;
}

.i5 .itop .ilt .txt .mo {
    display: block;
    width: 48%;
    float: left;
    line-height: 50px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 18px;
}

.i5 .itop .ilt .txt .mo:nth-child(2n) {
    float: right;
}

.i5 .itop .ilt .txt .mo:hover {
    background: #0fa38c;
    color: #fff;
    border: 1px solid #0fa38c
}

.i5 .itop .irt {
    float: right;
}

.i5 .itop .irt .txt {
    text-align: justify;
}

.i5 .itop .irt .txt .iltt{ color: #000000; font-size: 18px; text-align: center;}

.i5 .itop .irt .txt .ss {
    margin-top: 35px;
    display: flex;flex-wrap: wrap;justify-content: center;
}

.i5 .itop .irt .txt .ss .slt {
    width: 300px;
    float: left;
    /* border: 1px solid #ddd; */
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.i5 .itop .irt .txt .ss .slt select {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: 0;
    cursor: pointer;
    float: left;
    font-size: 16px;
}

.i5 .itop .irt .txt .ss .slt input {
    display: block;
    width: 100%;
    float: left;
    height: 50px;
    background: #fff;
    border: 0;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    display: block;
}

.i5 .itop .irt .txt .ss a {
    display: block;
    width: 130px;
    line-height: 50px;
    float: left;
    text-align: center;
    background: #0fa38c;
    color: #fff;
    letter-spacing: 5px;
	font-size:16px;
}

.i5 .itop .irt .txt .ss a:hover {
    background: #009d85;
}

@media(max-width:1440px) {
  .i5{padding-bottom: 140px;}
}
@media(max-width:1240px) {
  .i5{padding-bottom: 120px;}
}
@media(max-width:1100px) {
  .i5{padding-bottom: 100px;}
}
@media(max-width:960px) {
    .i5{padding-top: 65px; padding-bottom: 70px;}
    .i5 .itop {margin-top: 0px;}
    .i5 .itop .ilt:first-child{ margin-bottom: 20px;}
    .i5 .itop .ilt {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .i5 .itop .ilt .img .itt {
        width: 100%;
        left: 0;
        bottom: 20px;
        font-size: 22px;
    }

    .i5 .itop .ilt .txt {
        padding: 20px 10px;
        height: auto;
    }

    .i5 .itop .ilt .txt .mo {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .i5 .itop .ilt .txt .iltt {
        line-height: 1.5;
        text-align: center;
        font-size: 14px;
    }

    .i5 .itop .irt .txt .ss .slt {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }

    .i5 .itop .irt .txt .ss .slt select {
        margin-bottom: 0px;
        width: 100%;
        border: 1px solid #ddd;
    }

    .i5 .itop .irt .txt .ss .slt input {
        width: 100%;
        background: #fff;
        margin-top: 0px;
    }

    .i5 .itop .irt .txt .ss a {
        float: none;
        width: 100%;
    }

    .i5 .itop .irt .txt .ss {
        margin-top: 20px;
        border: 0;
    }

    .i5 .itop .irt .txt .ss .slt {
        border: 0;
    }
}
@media(max-width:480px) {
  .i5{padding-top: 45px; padding-bottom: 50px;}
  .i5 .itop .ilt .img .itt{font-size: 18px;}
  .i5 .itop .ilt .txt{padding-bottom: 10px;}
  .i5 .itop .ilt .txt .mo{font-size: 14px; line-height: 40px;}
  .i5 .itop .irt .txt .ss{margin-top: 10px;}
  .i5 .itop .irt .txt .ss .slt input{height: 40px;}
  .i5 .itop .irt .txt .ss a{line-height: 40px;}
}


/* responsibility */
.respon{ padding: 170px 0; background: no-repeat center / cover; }
.respon .respon_box{ display: flex;flex-wrap: wrap;justify-content: space-between; align-items: center; }
.respon .respon_box .text{ width: 45%; }
.respon .respon_box .text h3{ color: #FFFFFF; font-size: 42px; font-weight: normal; margin-bottom: 40px;}
.respon .respon_box .text p{ color: #FFFFFF; font-size: 18px; line-height: 46px; }
.respon .respon_box .img{ width: 45%; overflow: hidden; border-radius: 10px; }
.respon .respon_box .img img{ max-width: 100%; border: 12px solid rgba(255,255,255,0.44); }
@media(max-width:1440px) {
  .respon{padding: 150px 0;}
}
@media(max-width:1240px) {
  .respon{padding: 130px 0;}
  .respon .respon_box .text h3{font-size: 36px;margin-bottom: 30px;}
  .respon .respon_box .text p{font-size: 16px;line-height: 42px;}
}
@media(max-width:1024px) {
  .respon{padding: 100px 0;}
  .respon .respon_box .text h3{font-size: 30px;}
  .respon .respon_box .text p{line-height: 38px;}
}
@media(max-width:768px) {
  .respon{padding: 80px 0;}
  .respon .respon_box .text{width: 100%; margin-bottom: 20px;}
  .respon .respon_box .text h3{font-size: 24px; margin-bottom: 20px;}
  .respon .respon_box .img{width: 100%;}
}
@media(max-width:480px) {
  .respon{padding: 60px 0;}
  .respon .respon_box .text h3{font-size: 20px; margin-bottom: 10px;}
  .respon .respon_box .text p{font-size: 14px;line-height: 32px;}
  .respon .respon_box .img img{border-width: 8px;}
}


/* news */
@media screen and (min-width: 1200px){
  .t_syk5li a:hover .t_syk5pic img{
    transform: scale(1.05);
  }
/*  .t_syk5li a:hover .t_syk5xin .t_jiah4 h4{
    color:#f15344;
  } */
  .t_syk5li a:hover .t_syk5xin {
    box-shadow: 15px 9px 14px 2px rgb(110 117 129 / 18%);
  }
}

.t_syk5{
  padding-top: 130px;
  padding-bottom: 110px;
    background: #fafafa;
}
.t_syk5limore{
    font-size: 14px;
    line-height: 1.5;
    /*color:#ee2d1b;*/
    margin-bottom: 40px;
}
.t_syk5pic{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.t_syk5pic img{
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.t_syk5more .t_yimorezi{
    color:#f15344;
}
.t_syk5li{
    width: 33.333333%;
    padding: 0 14px;
}
.t_syk5ul{
    margin: 0 -14px;
}
.t_syk5xin{
    border: 1px solid #eee;
    padding:60px 36px 42px;
    transition: all 0.36s;
}
.t_tou{
    position: relative;
    top: 0;
    left: 0;
}
.t_shi{
    position: absolute;
    top: 0;
    left: 0;
}
.t_syk5xin .t_jiah4 h4{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    transition: all 0.36s;
}

.t_syk5zi{
    font-size: 16px;
    color:#999;
    line-height: 1.5;
    display: inline-block;
}
.t_syk5icon{
    width: 15px;
    margin-right: 10px;
    line-height: 24px;
}
.t_syk5icon img{
    width: 100%;
    display: inline-block;
}
.t_syk5topli{
    vertical-align: middle;
}
.t_syk5topli{
    margin-right: 24px;
}
.t_syk5topli:last-of-type{
    margin-right: 0;
}
.t_syk5top {
    margin-bottom: 0px;
}
.t_syk5more {
    position: relative;
    top: 11.5px;
}
.t_syk5topsy {
    margin-bottom: 17px;
}
.t_syk5li .t_jiah4 {
    margin-bottom: 35px;
}
.t_syk5 .more_01{ margin-top: 70px; display: flex;flex-wrap: wrap;justify-content: center; }
@media(max-width:1440px) {
  .t_syk5{padding-top: 110px;padding-bottom: 90px;}
}
@media(max-width:1240px) {
  .t_syk5{padding-top: 90px;padding-bottom: 70px;}
  .t_syk5 .more_01{margin-top: 50px;}
}
@media(max-width:1024px) {
  .t_syk5{padding-top: 70px;padding-bottom: 50px;}
  .t_syk5 .more_01{margin-top: 40px;}
  .t_syk5xin{padding: 50px 26px 32px;}
  .t_syk5li .t_jiah4{margin-bottom: 15px;}
  .t_syk5limore{margin-bottom: 30px;}
}
@media(max-width:768px) {
  .t_syk5xin{padding: 15px 20px 15px;}
  .t_syk5xin .t_jiah4 h4{font-size: 16px;}
  .t_syk5icon{line-height: 19px;}
  .t_syk5topsy{margin-bottom: 12px;}
  .t_syk5limore{margin-bottom: 20px;}
  .t_syk5zi{font-size: 14px;}
}
@media(max-width:580px) {
  .t_syk5{padding-top: 50px; }
  .t_syk5li{width: 100%; margin-bottom: 15px;}
}


/* 弹出 */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../images/out.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#fff url(../images/out2.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
  .z_tanchuang .tbox .modal{padding:10px}
  .z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px}
}
